|
| .NET Framework Class Library |
| ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.IDictionary..::.Keys Property |
| ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Gets an ICollection containing the keys of the IDictionary<(Of <(TKey, TValue>)>).
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Private ReadOnly Property Keys As ICollection Implements IDictionary.Keys |
| C# |
|---|
ICollection IDictionary.Keys { get; } |